Compilation
The toolkit consists of 4 applications:
Create_MD5sums (Create a MD5 file used for verification)
XDVDFS_Dumper (Dump the file order of a XDVDFS disk or image)
XDVDFS_Extract (Extract files in a XDVDFS disk or image)
XDVDFS_Maker (Create a XDVDFS image to be burned)
Win32 (Visual C++)
Simply open the workspace file provided for each application, check that the
project settings are set to 'release' and compile.
Others using GCC and GNU MAKE
Locate the file named 'makefile.prefab', change the CCFLAGS to match your
system. You can now go in each application's directory and type 'make'. The
binaries will be located in each application's 'output' directory.